home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / DSPOOL.ZIP;1 / DS.EXE / SP2DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-04-05  |  2.5 KB  |  85 lines

  1. echo off
  2. cls
  3. echo Thank you for your interest in DISK SPOOL II. This demo
  4. echo has been set up to show you the most attractive feature of
  5. echo DISK SPOOL II; namely, that it saves you time.  When you
  6. echo press any key to continue, I'm going to load DISK SPOOL II
  7. echo into memory.
  8. echo ˇ
  9. echo ˇ
  10. pause
  11. sp2 x+%1
  12. echo ˇ
  13. echo ˇ
  14. cls
  15. echo I have loaded DISK SPOOL II into memory in such a manner that
  16. echo the spooler is disabled.  In other words, your computer will
  17. echo behave just as if there were no spooling environment.
  18. echo ˇ
  19. echo ˇ
  20. echo What we're going to do is graphically demonstrate the time
  21. echo saving features of DISK SPOOL II by keeping track of the amount
  22. echo of time it takes to print a document without spooling vs. the
  23. echo amount of time it takes to print the same document with
  24. echo spooling.
  25. echo ˇ
  26. echo ˇ
  27. echo I want you to enable this timing-test function.  To do this,
  28. echo bring up the pop-up menu by depressing the alt-left uppershift
  29. echo keys simultaneously, and then tap the key sequence LTEO
  30. echo (the last character in this sequence is the letter O).
  31. echo Get out of the pop-up menu by pressing the Esc key until
  32. echo the menu disappears.  Or, you can tap the Q key.
  33. echo ˇ
  34. echo ˇ
  35. pause
  36. cls
  37. echo If everything's fine up to now, you should see a window in the
  38. echo bottom righthand portion of your display.  This window is 
  39. echo going to graphically demonstrate the savings in time.
  40. echo ˇ
  41. echo ˇ
  42. echo Now I'm going to print the document SP2.DOC.  Watch how the
  43. echo timing values keep track of both the number of characters being
  44. echo sent as well as the amount of time needed to print.
  45. echo ˇ
  46. echo ˇ
  47. pause
  48. echo ˇ
  49. sp2d   sp2.doc
  50. cls
  51. echo Now I'm going to reconfigure DISK SPOOL II so that spooling is
  52. echo enabled, and then I'm going to reprint the document.  Watch
  53. echo the timing values!
  54. echo ˇ
  55. echo ˇ
  56. pause
  57. sp2 $
  58. echo ˇ
  59. sp2d   sp2.doc
  60. cls
  61. echo This concludes this demo.  I'm going to leave DISK SPOOL II
  62. echo in memory so that you can experiment with it.  You may want
  63. echo close the Timing Tests window by getting into the pop-up
  64. echo menu and taking the menu selections LTC.
  65. echo ˇ
  66. echo Please make use of the HELP menu selections, as well as the
  67. echo User's Guide so that you will get to know DISK SPOOL II better.
  68. echo ˇ
  69. echo ˇ
  70. pause
  71. cls
  72. echo ˇ
  73. echo ˇ
  74. echo For further information, contact:
  75. echo ˇ
  76. echo   Budget Software Company
  77. echo   P.O. Box 12282
  78. echo   12162 E. Mississippi Ave.
  79. echo   Aurora, CO 80012
  80. echo   (303) 695-9095
  81. echo ˇ
  82. echo ˇ
  83. pause
  84. echo on
  85.